home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- set -e
- # Automatically added by dh_installmodules
- if [ "$1" = "configure" ]; then
- if [ -e "/etc/modprobe.d/libgnome-keyring1.0-cil" ]; then
- echo "Preserving user changes to /etc/modprobe.d/libgnome-keyring1.0-cil.conf ..."
- if [ -e "/etc/modprobe.d/libgnome-keyring1.0-cil.conf" ]; then
- mv -f "/etc/modprobe.d/libgnome-keyring1.0-cil.conf" "/etc/modprobe.d/libgnome-keyring1.0-cil.conf.dpkg-new"
- fi
- mv -f "/etc/modprobe.d/libgnome-keyring1.0-cil" "/etc/modprobe.d/libgnome-keyring1.0-cil.conf"
- fi
- fi
- # End automatically added section
- # Automatically added by dh_installcligac
- if [ "$1" = "configure" ] && [ -x /usr/share/cli-common/gac-package-install ]; then
- /usr/share/cli-common/gac-package-install libgnome-keyring1.0-cil
- fi
- # End automatically added section
-